'宣言 Public Overloads Shared Function RemoveAsync(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal index As System.Integer _ ) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task RemoveAsync<T>( IDataCollection<T> dataCollection, System.int index ) where T: class
パラメータ
- dataCollection
- The data collection.
- index
- The index of the item that will be removed.
型パラメータ
- T